docs: add Matrix MCP server#2405
Merged
domdomegg merged 4 commits intomodelcontextprotocol:mainfrom Aug 17, 2025
Merged
Conversation
Contributor
Author
|
Note - I believe this would be classified as a "community server". I have no affiliation with matrix.org. Just a user of the software. |
domdomegg
requested changes
Aug 17, 2025
Member
domdomegg
left a comment
There was a problem hiding this comment.
Can you move this to the community servers section?
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
domdomegg
approved these changes
Aug 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This MR adds a link to my Matrix MCP server that I've built. Functionality right now is limited to read-only type functionality but I will keep expanding upon it. Users can utilize this MCP server to query and interact with the Matrix homeservers via natural language utilizing their favorite MCP client tool(s).
Motivation and Context
This MCP server helps me keep up with the activity on my Matrix server(s) by leveraging natural language and the power of LLMs to summarize and query my chat data.
How Has This Been Tested?
For this specific PR, I have previewed the markdown and LGTM.
For functionality of the actual MCP server, I run my own Matrix homeserver locally and pointed my MCP at it. The MCP server has all the configuration options needed to integrate with the Matrix server's IdP for authentication.
I used Claude Code to install all the tools in the matrix-mcp-server project and then used it to run a full gamut of tests against my own live data.
Breaking Changes
No
Types of changes
Checklist
Additional context